home *** CD-ROM | disk | FTP | other *** search
/ 74.208.221.89 / 74.208.221.89.zip / 74.208.221.89 / login - Copy.aspx < prev    next >
Text File  |  2015-03-14  |  5KB  |  115 lines

  1. ∩╗┐<%@ Page Language="VB" Debug="true" %>
  2. <script runat="server">
  3.     Dim mycon As New conValue()
  4.     Dim username, useremail, permissions As String
  5.     Dim userid As Integer
  6.     Dim str1 As String
  7.     Dim str2() As String
  8.     Dim str4() As String
  9.     Dim image(), image1, price(), mrp() As String
  10.     Sub page_load()
  11.         
  12.     End Sub
  13. </script>
  14. <!DOCTYPE html>
  15. <html lang="en">
  16. <!--#include file="header.ascx" -->
  17. <body id="home" class="wide">
  18. <!-- PRELOADER -->
  19. <!--#include file="preloader.ascx" -->
  20. <!-- /PRELOADER -->
  21.  
  22. <!-- WRAPPER -->
  23. <div class="wrapper">
  24. <!--#include file="shoppingcart.ascx" -->
  25. <!-- /Popup: Shopping cart items -->
  26. <!--#include file="topbar.ascx" -->
  27. <!-- /Header top bar -->
  28. <!--#include file="headersearch.ascx" -->
  29.  
  30.     <!-- CONTENT AREA -->
  31.     <div class="content-area">
  32.  
  33.         <!-- PAGE -->
  34.         <section class="page-section color">
  35.             <div class="container">
  36.                 <div class="row">
  37.                     <div class="col-sm-6">
  38.                         <h3 class="block-title"><span>Login</span></h3>
  39.                         <form action="login1.aspx" class="form-login" id="form5" name="form5" method="post">
  40.                             <div class="row">
  41.                                 <div class="col-md-12 hello-text-wrap">
  42.                                     <span class="hello-text text-thin">Hello, welcome to your account</span>
  43.                                 </div>
  44.                                 <div class="col-md-12 col-lg-6">
  45.                                     <a class="btn btn-theme btn-block btn-icon-left facebook" href="#"><i class="fa fa-facebook"></i>Sign in with Facebook</a>
  46.                                 </div>
  47.                                 <div class="col-md-12 col-lg-6">
  48.                                     <a class="btn btn-theme btn-block btn-icon-left twitter" href="#"><i class="fa fa-twitter"></i>Sign in with Twitter</a>
  49.                                 </div>
  50.                                 <div class="col-md-12">
  51.                                     <div class="form-group"><input class="form-control" type="text" placeholder="User name or email" name="email" id="email"></div>
  52.                                 </div>
  53.                                 <div class="col-md-12">
  54.                                     <div class="form-group"><input class="form-control" type="password" placeholder="Your password" name="password" id="password"></div>
  55.                                 </div>
  56.                                 <div class="col-md-12 col-lg-6">
  57.                                     <div class="checkbox">
  58.                                         <label><input type="checkbox"> Remember me</label>
  59.                                     </div>
  60.                                 </div>
  61.                                 <div class="col-md-12 col-lg-6 text-right-lg">
  62.                                     <a class="forgot-password" href="#">forgot password?</a>
  63.                                 </div>
  64.                                 <div class="col-md-6"  onclick="document.getElementById('form5').submit();">
  65.                                     <a class="btn btn-theme btn-block btn-theme-dark"  onclick="document.getElementById('form5').submit();">Login</a>
  66.                                 </div>
  67.                             </div>
  68.                         </form>
  69.                     </div>
  70.                     <div class="col-sm-6">
  71.                         <h3 class="block-title"><span>Create New Account</span></h3>
  72.                         <form action="#" class="create-account">
  73.                             <div class="row">
  74.                                 <div class="col-md-12 hello-text-wrap">
  75.                                     <span class="hello-text text-thin">Create Your Account on LALCHIKEEDA.COM</span>
  76.                                 </div>
  77.                                 <div class="col-md-12">
  78.                                     <h3 class="block-title">Signup Today and You'll be able to</h3>
  79.                                     <ul class="list-check">
  80.                                         <li>Get Best Deals right in your In Box</li>
  81.                                         <li>Get cash back</li>
  82.                                         <li>Compare produts across 25+ stores</li>
  83.                                         <li>Price Analysis</li>
  84.                                        
  85.                                     </ul>
  86.                                 </div>
  87.                                 <div class="col-md-6">
  88.                                     <a class="btn btn-block btn-theme btn-theme-dark btn-create" href="create-account.aspx">Create Account</a>
  89.                                 </div>
  90.                             </div>
  91.                         </form>
  92.                     </div>
  93.                 </div>
  94.             </div>
  95.         </section>
  96.         <!-- /PAGE -->
  97.  
  98.        <!--#include file="bestdeals.ascx" -->
  99.  
  100.     </div>
  101.     <!-- /CONTENT AREA -->
  102.  
  103.    <!--#include file="footer.ascx" -->
  104.     <!-- /FOOTER -->
  105.  
  106.     <div id="to-top" class="to-top"><i class="fa fa-angle-up"></i></div>
  107.  
  108. </div>
  109. <!-- /WRAPPER -->
  110. <!--#include file="footerfiles.ascx" -->
  111. <!-- JS Global -->
  112.  
  113.  
  114. </body>
  115. </html>